From: Marek Vasut Date: Mon, 17 Jun 2019 16:46:03 +0000 (+0200) Subject: rcar_gen3: drivers: pfc: E3: Drop pfc_reg_write() forward declaration X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=6e6845bafa5fa404448d976f01dd9b180409ff11;p=project%2Fbcm63xx%2Fatf.git rcar_gen3: drivers: pfc: E3: Drop pfc_reg_write() forward declaration There's no point in having forward declaration just before the function itself, drop it. No functional change. Signed-off-by: Marek Vasut Change-Id: I3cf5bbc388431144c8bbc53ae9f9338276674eee --- diff --git a/drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.c b/drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.c index c939c227..b63d6bb9 100644 --- a/drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.c +++ b/drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.c @@ -287,8 +287,6 @@ #define MOD_SEL1_SSI9_A ((uint32_t)0U << 4U) #define MOD_SEL1_SSI9_B ((uint32_t)1U << 4U) -static void pfc_reg_write(uint32_t addr, uint32_t data); - static void pfc_reg_write(uint32_t addr, uint32_t data) { mmio_write_32(PFC_PMMR, ~data);